docs(how-to): Add upstream patch submission document from old wiki - #119
docs(how-to): Add upstream patch submission document from old wiki#119RossPorter506 wants to merge 2 commits into
Conversation
|
Link check is a false positive (it's a weird Matrix link so I'm not surprised), spell check is also a false positive (unless I've forgotten how to spell). |
bjdean-canonical
left a comment
There was a problem hiding this comment.
Thanks @RossPorter506
Link check is a false positive (it's a weird Matrix link so I'm not surprised)
You can add r"https://matrix.to/" to docs/conf.py linkcheck_anchors_ignore_for_url to fix this check.
spell check is also a false positive (unless I've forgotten how to spell).
You can add "maintainer's" to .custom_wordlist.txt where words are ok, or use the spellexception" in-line role if it's not a common word
Removed URLs test seems broken.
This test succeeded on re-running.
Also add an explainer and some differentiation between the Linux kernel mailing-list and the Ubuntu mailing-list pages. Signed-off-by: Ross Porter <[email protected]>
Signed-off-by: Ross Porter <[email protected]>
18b6c77 to
bc751b5
Compare
|
Thanks, I added those changes and squashed them into the original commit. |
Add a document explaining how to go about submitting a patch to the upstream Linux kernel mailing-list.
Also add an explainer and some differentiation between the Linux kernel mailing-list and the Ubuntu mailing-list pages.